ComponentOne Xamarin.Android
SetWillNotDraw Method (CalendarSlotsPanel<S>)


C1.Android.Calendar Assembly > C1.Android.Calendar Namespace > CalendarSlotsPanel<S> Class : SetWillNotDraw Method
Syntax
'Declaration
 
<Android.Runtime.RegisterAttribute("setWillNotDraw", 
   "(Z)V", 
   "GetSetWillNotDraw_ZHandler")>
Public Overridable Sub SetWillNotDraw( _
   ByVal willNotDraw As Boolean _
) 
'Usage
 
Dim instance As CalendarSlotsPanel(Of S)
Dim willNotDraw As Boolean
 
instance.SetWillNotDraw(willNotDraw)
[Android.Runtime.Register("setWillNotDraw", 
   "(Z)V", 
   "GetSetWillNotDraw_ZHandler")]
public virtual void SetWillNotDraw( 
   bool willNotDraw
)

Parameters

willNotDraw
See Also

Reference

CalendarSlotsPanel<S> Class
CalendarSlotsPanel<S> Members